home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Kompresni & kodovaci programy / ucl-0.91 / include / ucl / Makefile.in < prev    next >
Makefile  |  2000-04-19  |  6KB  |  243 lines

  1. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7.  
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12.  
  13. #
  14. # Copyright (C) 1996-2000 Markus F.X.J. Oberhumer
  15. #
  16.  
  17.  
  18. SHELL = @SHELL@
  19.  
  20. srcdir = @srcdir@
  21. top_srcdir = @top_srcdir@
  22. VPATH = @srcdir@
  23. prefix = @prefix@
  24. exec_prefix = @exec_prefix@
  25.  
  26. bindir = @bindir@
  27. sbindir = @sbindir@
  28. libexecdir = @libexecdir@
  29. datadir = @datadir@
  30. sysconfdir = @sysconfdir@
  31. sharedstatedir = @sharedstatedir@
  32. localstatedir = @localstatedir@
  33. libdir = @libdir@
  34. infodir = @infodir@
  35. mandir = @mandir@
  36. oldincludedir = /usr/include
  37.  
  38. DESTDIR =
  39.  
  40. pkgdatadir = $(datadir)/@PACKAGE@
  41. pkglibdir = $(libdir)/@PACKAGE@
  42. pkgincludedir = $(includedir)/@PACKAGE@
  43.  
  44. top_builddir = ../..
  45.  
  46. ACLOCAL = @ACLOCAL@
  47. AUTOCONF = @AUTOCONF@
  48. AUTOMAKE = @AUTOMAKE@
  49. AUTOHEADER = @AUTOHEADER@
  50.  
  51. INSTALL = @INSTALL@
  52. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  53. INSTALL_DATA = @INSTALL_DATA@
  54. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  55. transform = @program_transform_name@
  56.  
  57. NORMAL_INSTALL = :
  58. PRE_INSTALL = :
  59. POST_INSTALL = :
  60. NORMAL_UNINSTALL = :
  61. PRE_UNINSTALL = :
  62. POST_UNINSTALL = :
  63. host_alias = @host_alias@
  64. host_triplet = @host@
  65. AS = @AS@
  66. ASFLAGS = @ASFLAGS@
  67. CC = @CC@
  68. CFLAGS_O = @CFLAGS_O@
  69. CFLAGS_W = @CFLAGS_W@
  70. CFLAGS_W_PEDANTIC = @CFLAGS_W_PEDANTIC@
  71. CLEANFILES = @CLEANFILES@
  72. CPP = @CPP@
  73. DLLTOOL = @DLLTOOL@
  74. EXEEXT = @EXEEXT@
  75. LIBTOOL = @LIBTOOL@
  76. LN_S = @LN_S@
  77. MAINT = @MAINT@
  78. MAKEINFO = @MAKEINFO@
  79. MOSTLYCLEANFILES = @MOSTLYCLEANFILES@
  80. NASM = @NASM@
  81. OBJDUMP = @OBJDUMP@
  82. PACKAGE = @PACKAGE@
  83. RANLIB = @RANLIB@
  84. UCL_CFLAGS = @UCL_CFLAGS@
  85. VERSION = @VERSION@
  86. libucl = @libucl@
  87.  
  88. includedir = ${prefix}/include/ucl
  89.  
  90. include_HEADERS =      ucl.h     uclconf.h     uclutil.h
  91.  
  92. mkinstalldirs = $(SHELL) $(top_srcdir)/acconfig/mkinstalldirs
  93. CONFIG_HEADER = ../../config.h
  94. CONFIG_CLEAN_FILES = 
  95. HEADERS =  $(include_HEADERS)
  96.  
  97. DIST_COMMON =  Makefile.am Makefile.in
  98.  
  99.  
  100. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  101.  
  102. TAR = tar
  103. GZIP_ENV = --best
  104. all: all-redirect
  105. .SUFFIXES:
  106. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  107.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps include/ucl/Makefile
  108.  
  109. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  110.     cd $(top_builddir) \
  111.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  112.  
  113.  
  114. install-includeHEADERS: $(include_HEADERS)
  115.     @$(NORMAL_INSTALL)
  116.     $(mkinstalldirs) $(DESTDIR)$(includedir)
  117.     @list='$(include_HEADERS)'; for p in $$list; do \
  118.       if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
  119.       echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
  120.       $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
  121.     done
  122.  
  123. uninstall-includeHEADERS:
  124.     @$(NORMAL_UNINSTALL)
  125.     list='$(include_HEADERS)'; for p in $$list; do \
  126.       rm -f $(DESTDIR)$(includedir)/$$p; \
  127.     done
  128.  
  129. tags: TAGS
  130.  
  131. ID: $(HEADERS) $(SOURCES) $(LISP)
  132.     list='$(SOURCES) $(HEADERS)'; \
  133.     unique=`for i in $$list; do echo $$i; done | \
  134.       awk '    { files[$$0] = 1; } \
  135.            END { for (i in files) print i; }'`; \
  136.     here=`pwd` && cd $(srcdir) \
  137.       && mkid -f$$here/ID $$unique $(LISP)
  138.  
  139. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  140.     tags=; \
  141.     here=`pwd`; \
  142.     list='$(SOURCES) $(HEADERS)'; \
  143.     unique=`for i in $$list; do echo $$i; done | \
  144.       awk '    { files[$$0] = 1; } \
  145.            END { for (i in files) print i; }'`; \
  146.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  147.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  148.  
  149. mostlyclean-tags:
  150.  
  151. clean-tags:
  152.  
  153. distclean-tags:
  154.     -rm -f TAGS ID
  155.  
  156. maintainer-clean-tags:
  157.  
  158. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  159.  
  160. subdir = include/ucl
  161.  
  162. distdir: $(DISTFILES)
  163.     @for file in $(DISTFILES); do \
  164.       d=$(srcdir); \
  165.       if test -d $$d/$$file; then \
  166.         cp -pr $$d/$$file $(distdir)/$$file; \
  167.       else \
  168.         test -f $(distdir)/$$file \
  169.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  170.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  171.       fi; \
  172.     done
  173. info-am:
  174. info: info-am
  175. dvi-am:
  176. dvi: dvi-am
  177. check-am: all-am
  178. check: check-am
  179. installcheck-am:
  180. installcheck: installcheck-am
  181. install-exec-am:
  182. install-exec: install-exec-am
  183.  
  184. install-data-am: install-includeHEADERS
  185. install-data: install-data-am
  186.  
  187. install-am: all-am
  188.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  189. install: install-am
  190. uninstall-am: uninstall-includeHEADERS
  191. uninstall: uninstall-am
  192. all-am: Makefile $(HEADERS)
  193. all-redirect: all-am
  194. install-strip:
  195.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  196. installdirs:
  197.     $(mkinstalldirs)  $(DESTDIR)$(includedir)
  198.  
  199.  
  200. mostlyclean-generic:
  201.     -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  202.  
  203. clean-generic:
  204.     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  205.  
  206. distclean-generic:
  207.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  208.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  209.  
  210. maintainer-clean-generic:
  211. mostlyclean-am:  mostlyclean-tags mostlyclean-generic
  212.  
  213. mostlyclean: mostlyclean-am
  214.  
  215. clean-am:  clean-tags clean-generic mostlyclean-am
  216.  
  217. clean: clean-am
  218.  
  219. distclean-am:  distclean-tags distclean-generic clean-am
  220.     -rm -f libtool
  221.  
  222. distclean: distclean-am
  223.  
  224. maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
  225.         distclean-am
  226.     @echo "This command is intended for maintainers to use;"
  227.     @echo "it deletes files that may require special tools to rebuild."
  228.  
  229. maintainer-clean: maintainer-clean-am
  230.  
  231. .PHONY: uninstall-includeHEADERS install-includeHEADERS tags \
  232. mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
  233. distdir info-am info dvi-am dvi check check-am installcheck-am \
  234. installcheck install-exec-am install-exec install-data-am install-data \
  235. install-am install uninstall-am uninstall all-redirect all-am all \
  236. installdirs mostlyclean-generic distclean-generic clean-generic \
  237. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  238.  
  239.  
  240. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  241. # Otherwise a system limit (for SysV at least) may be exceeded.
  242. .NOEXPORT:
  243.